home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / int2rusi.zip / RUN.BAT < prev    next >
DOS Batch File  |  1995-03-06  |  1KB  |  53 lines

  1. @echo off
  2. cls
  3. if not exist vbdrt10.* goto nothere
  4. if "%1"=="/?" goto notok
  5. if not "%1"=="" goto ok
  6. :notok
  7. echo /V = Bloopers sampel
  8. echo /C = Join more than 3 but less than 5 red or black squares before the
  9. echo      computer does it first  (UZI not included)
  10. echo /L = The Russian Lottery
  11. echo /M = Mole sample
  12. echo /P = Piracy sample
  13. echo /Q = Quest ][ sample
  14. echo /R = Russian.exe (don't ask)
  15. echo /S = Submarine
  16. echo /W = Warmcold
  17. echo /X = X's and O's
  18. echo /$ = Political game samples (together by bipartisan agreement)
  19. pause
  20. :ok 
  21. if "%1"=="/B" b'prdemo
  22. if "%1"=="/b" b'prdemo
  23. if "%1"=="/$" poldemo
  24. if "%1"=="/M" moledemo
  25. if "%1"=="/m" moledemo
  26. if "%1"=="/S" sub
  27. if "%1"=="/s" sub
  28. if "%1"=="/X" X&O
  29. if "%1"=="/x" X&O
  30. if "%1"=="/l" lotto
  31. if "%1"=="/L" lotto
  32. if "%1"=="/c" con4wuzi
  33. if "%1"=="/C" con4wuzi
  34. if "%1"=="/p" pirdemo
  35. if "%1"=="/P" pirdemo
  36. if "%1"=="/q" q2demo
  37. if "%1"=="/Q" q2demo
  38. if "%1"=="/r" russian
  39. if "%1"=="/R" russian
  40. if "%1"=="/w" warmcold
  41. if "%1"=="/W" warmcold
  42. goto end
  43. :nothere
  44. cls
  45. echo you fool, it ain't gonna work less you got all the files you need
  46. echo (to get the complete version, send us $5 or use PRINTME.BAT {if you even
  47. echo have that}) do this to get Introduction to Russian with all the files
  48. echo.
  49. echo (UZI not included)
  50. pause
  51. :end
  52. echo The Russians don't wear underwear     -(who do you think)-
  53.